Skip to content

docs(ignore): fix dangling link in Error::io_error docs#3407

Open
leno23 wants to merge 1 commit into
BurntSushi:masterfrom
leno23:fix/issue-3235-ignore-io-error-doc
Open

docs(ignore): fix dangling link in Error::io_error docs#3407
leno23 wants to merge 1 commit into
BurntSushi:masterfrom
leno23:fix/issue-3235-ignore-io-error-doc

Conversation

@leno23

@leno23 leno23 commented May 17, 2026

Copy link
Copy Markdown

Summary

  • Remove reference to non-existent From<Error> for std::io::Error (dangling rustdoc link)
  • Clarify that io_error() returns the inner std::io::Error from Error::Io, without wrapper context

Fixes #3235

Remove reference to a non-existent From<Error> for std::io::Error impl and
clarify what io_error() returns.

Fixes BurntSushi#3235

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dangling link in docs for ignore::Error::io_error

1 participant